home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
feednfrenzy.swf
/
scripts
/
frame_611
/
PlaceObject2_219_35
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-25
|
476b
|
20 lines
onClipEvent(enterFrame){
if(this._y < _root.depth._y - 5)
{
this._alpha = 0;
}
if(this._y < _root.depth._y - 5)
{
removeMovieClip(this);
}
this._y -= 2;
if(speedolian > 1)
{
speedolian -= 0.3;
}
this._x -= Math.cos(3.141592653589793 * this._rotation / 180) * speedolian;
this._y -= Math.sin(3.141592653589793 * this._rotation / 180) * speedolian;
this._x += _global.xgo;
this._y += _global.ygo;
}